home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Tool Chest / Interfaces & Libraries / Interfaces / AIncludes / PrintTrapsEqu.a < prev    next >
Encoding:
Text File  |  1993-12-02  |  2.7 KB  |  172 lines  |  [TEXT/MPS ]

  1. ;    File:        PrintTrapsEqu.a
  2. ;
  3. ;    Copyright:    © 1983-1993 by Apple Computer, Inc.
  4. ;                All rights reserved.
  5. ;
  6. ;    Version:    System 7.1 for ETO #11
  7. ;    Created:    Tuesday, March 30, 1993 18:00
  8. ;
  9. ;___________________________________________________________________________
  10.  
  11.     IF &TYPE('__INCLUDINGPRINTTRAPSEQU__') = 'UNDEFINED' THEN
  12. __INCLUDINGPRINTTRAPSEQU__    SET    1
  13.  
  14.  
  15. ;
  16.                   MACRO
  17.                   _PrOpenDoc
  18.                   Move.l      #$04000C00,-(sp)
  19.                   DC.W        $A8FD                     ; The new Print Trap
  20.                   ENDM
  21. ;
  22.                   MACRO
  23.                   _PrClosDoc
  24.                   Move.l      #$08000484,-(sp)
  25.                   DC.W        $A8FD
  26.                   ENDM
  27. ;
  28.                   MACRO
  29.                   _PrOpenPage
  30.                   Move.l      #$10000808,-(sp)
  31.                   DC.W        $A8FD
  32.                   ENDM
  33. ;
  34.                   MACRO
  35.                   _PrClosPage
  36.                   Move.l      #$1800040C,-(sp)
  37.                   DC.W        $A8FD
  38.                   ENDM
  39. ;
  40.                   MACRO
  41.                   _PrintDefault
  42.                   Move.l      #$20040480,-(sp)
  43.                   DC.W        $A8FD
  44.                   ENDM
  45. ;
  46.                   MACRO
  47.                   _PrStlDialog
  48.                   Move.l      #$2A040484,-(sp)
  49.                   DC.W        $A8FD
  50.                   ENDM
  51. ;
  52.                   MACRO
  53.                   _PrJobDialog
  54.                   Move.l      #$32040488,-(sp)
  55.                   DC.W        $A8FD
  56.                   ENDM
  57. ;
  58.                   MACRO
  59.                   _PrStlInit
  60.                   Move.l      #$3C04040C,-(sp)
  61.                   DC.W        $A8FD
  62.                   ENDM
  63. ;
  64.                   MACRO
  65.                   _PrJobInit
  66.                   Move.l      #$44040410,-(sp)
  67.                   DC.W        $A8FD
  68.                   ENDM
  69. ;
  70.                   MACRO
  71.                   _PrDlgMain
  72.                   Move.l      #$4A040894,-(sp)
  73.                   DC.W        $A8FD
  74.                   ENDM
  75. ;
  76.                   MACRO
  77.                   _PrValidate
  78.                   Move.l      #$52040498,-(sp)
  79.                   DC.W        $A8FD
  80.                   ENDM
  81. ;
  82.                   MACRO
  83.                   _PrJobMerge
  84.                   Move.l      #$5804089C,-(sp)
  85.                   DC.W        $A8FD
  86.                   ENDM
  87. ;
  88.                   MACRO
  89.                   _PrPicFile
  90.                   Move.l      #$60051480,-(sp)
  91.                   DC.W        $A8FD
  92.                   ENDM
  93. ;
  94.                   MACRO
  95.                   _PrHack
  96.                   Move.l      #$6C070C80,-(sp)
  97.                   DC.W        $A8FD
  98.                   ENDM
  99. ;
  100.                   MACRO
  101.                   _PrGeneral
  102.                   Move.l      #$70070480,-(sp)
  103.                   DC.W        $A8FD
  104.                   ENDM
  105. ;
  106.                   MACRO
  107.                   _PrDrvrOpen
  108.                   Move.l      #$80000000,-(sp)
  109.                   DC.W        $A8FD
  110.                   ENDM
  111. ;
  112.                   MACRO
  113.                   _PrDrvrClose
  114.                   Move.l      #$88000000,-(sp)
  115.                   DC.W        $A8FD
  116.                   ENDM
  117. ;
  118.                   MACRO
  119.                   _PrDrvrDCE
  120.                   Move.l      #$94000000,-(sp)
  121.                   DC.W        $A8FD
  122.                   ENDM
  123. ;
  124.                   MACRO
  125.                   _PrDrvrVers
  126.                   Move.l      #$9A000000,-(sp)
  127.                   DC.W        $A8FD
  128.                   ENDM
  129. ;
  130.                   MACRO
  131.                   _PrCtlCall
  132.                   Move.l      #$A0000E00,-(sp)
  133.                   DC.W        $A8FD
  134.                   ENDM
  135. ;
  136.                   MACRO
  137.                   _PrPurge
  138.                   Move.l      #$A8000000,-(sp)
  139.                   DC.W        $A8FD
  140.                   ENDM
  141. ;
  142.                   MACRO
  143.                   _PrNoPurge
  144.                   Move.l      #$B0000000,-(sp)
  145.                   DC.W        $A8FD
  146.                   ENDM
  147. ;
  148.                   MACRO
  149.                   _PrError
  150.                   Move.l      #$BA000000,-(sp)
  151.                   DC.W        $A8FD
  152.                   ENDM
  153. ;
  154.                   MACRO
  155.                   _PrSetError
  156.                   Move.l      #$C0000200,-(sp)
  157.                   DC.W        $A8FD
  158.                   ENDM
  159. ;
  160.                   MACRO
  161.                   _PrOpen
  162.                   Move.l      #$C8000000,-(sp)
  163.                   DC.W        $A8FD
  164.                   ENDM
  165. ;
  166.                   MACRO
  167.                   _PrClose
  168.                   Move.l      #$D0000000,-(sp)
  169.                   DC.W        $A8FD
  170.                   ENDM
  171.  
  172.     ENDIF    ; ...already included